(syms_of_buffer) <line-spacing>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 14 Apr 2009 13:57:12 +0000 (13:57 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 14 Apr 2009 13:57:12 +0000 (13:57 +0000)
src/buffer.c

index 8cfdd1a77c1c6effe16f258a96bdd066d45fe629..f06a6c06a9279a28c640eedf346ac507fc94ca6d 100644 (file)
@@ -6245,7 +6245,8 @@ cursor's appearance is instead controlled by the variable
   DEFVAR_PER_BUFFER ("line-spacing",
                     &current_buffer->extra_line_spacing, Qnil,
                     doc: /* Additional space to put between lines when displaying a buffer.
-The space is measured in pixels, and put below lines on window systems.
+The space is measured in pixels, and put below lines on graphic displays,
+see `display-graphic-p'.
 If value is a floating point number, it specifies the spacing relative
 to the default frame line height.  A value of nil means add no extra space.  */);